home *** CD-ROM | disk | FTP | other *** search
- object PBox: TPBox
- Left = 200
- Top = 105
- BorderStyle = bsDialog
- Caption = 'Caption Here'
- ClientHeight = 168
- ClientWidth = 258
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- OnCreate = FormCreate
- OnShow = FormShow
- TextHeight = 13
- object Label1: TLabel
- Left = 31
- Top = 10
- Width = 56
- Height = 13
- Caption = 'Alignment'
- end
- object Label2: TLabel
- Left = 139
- Top = 10
- Width = 30
- Height = 13
- Caption = 'Clear'
- end
- object Label3: TLabel
- Left = 30
- Top = 55
- Width = 31
- Height = 13
- Caption = 'Class'
- end
- object AlignCombo: TComboBox
- Left = 30
- Top = 24
- Width = 85
- Height = 21
- ItemHeight = 13
- Items.Strings = (
- 'left'
- 'center'
- 'right'
- 'justify')
- TabOrder = 0
- end
- object ClearCombo: TComboBox
- Left = 138
- Top = 24
- Width = 85
- Height = 21
- ItemHeight = 13
- Items.Strings = (
- 'left'
- 'right'
- 'all')
- TabOrder = 1
- end
- object NoWrapCheck: TCheckBox
- Left = 30
- Top = 102
- Width = 97
- Height = 17
- Caption = 'NOWRAP'
- TabOrder = 2
- end
- object OkButton: TBitBtn
- Left = 10
- Top = 129
- Width = 77
- Height = 27
- TabOrder = 3
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 90
- Top = 129
- Width = 77
- Height = 27
- TabOrder = 4
- Kind = bkCancel
- end
- object EndCheck: TCheckBox
- Left = 137
- Top = 102
- Width = 58
- Height = 17
- Caption = '</>'
- State = cbChecked
- TabOrder = 5
- end
- object ClassCombo: TComboBox
- Left = 29
- Top = 70
- Width = 194
- Height = 21
- ItemHeight = 13
- Items.Strings = (
- 'Abstract'
- 'Appendix'
- 'Chapter'
- 'Section')
- TabOrder = 6
- end
- object BitBtn1: TBitBtn
- Left = 171
- Top = 129
- Width = 77
- Height = 27
- TabOrder = 7
- OnClick = BitBtn1Click
- Kind = bkHelp
- end
- end
-